Update CI image#339
Conversation
|
Looks like storage debian tests are now failing. Note I have downgraded the debian kernel to 6.1 so I assume we likely miss a skip if not new kernel feature in the tests now because of that |
|
Yes: |
podman-container-tools/skopeo#2645 has updated the expected outputs of Skopeo to match podman-sequoia-0.2.0, so we need to be running with an updated image that includes that version, not 0.1.0. Otherwise, all tests in this repo are failing. Use /var/tmp for graph driver tests on Debian, because /tmp is on a tmpfs and we are using an older kernel which does not support extended attributes on tmpfs. This adds 20-30 extra seconds to the test runs. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
|
Updated to use (I can’t see anything in the commit history suggesting we ever did anything different in the past — did we start relying on xattrs only recently? If not, there might be some smarter way to deal with this that I’m missing.) |
/tmp wasn't a tmpfs in the past, I switched over the Ci VMs to a tmpfs like a year ago. So I guess this was never intentional one way or another. |
podman-container-tools/skopeo#2645 has updated the expected outputs of Skopeo to match podman-sequoia-0.2.0, so we need to be running with an updated image that includes that version, not 0.1.0.
Otherwise, all tests in this repo are failing.
@containers/container-libs-maintainers PTAL, this is blocking all other work. Compare the test failure in https://api.cirrus-ci.com/v1/task/6345581385220096/logs/integration.log .